Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BAI-1591 drop python 3.8 support and standardise versioning #1793

Merged
merged 2 commits into from
Jan 28, 2025

Conversation

PE39806
Copy link
Contributor

@PE39806 PE39806 commented Jan 28, 2025

As per https://devguide.python.org/versions/, python 3.8 reached end of life on 2024-10-07 so no longer requires support. For the python Bailo client, we must replace all references to 3.8 with 3.9.

The Modelscan REST API already has a minimum version of python 3.9 so this does not need changing.

I also found some mismatching versions for the maximum supported python version (currently 3.11, but this needs bumping to 3.13 soon).

@PE39806 PE39806 marked this pull request as ready for review January 28, 2025 14:16
@PE39806 PE39806 merged commit bfb3caf into main Jan 28, 2025
18 checks passed
@PE39806 PE39806 deleted the BAI-1591-remove-python-3.8-support branch January 28, 2025 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants